+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
+Wed Oct 15 22:31:09 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcombobox.h: add padding to the class structure.
+ * gtk/gtkcomboboxentry.h: ditto.
+ * gtk/gtkentrycompletion.h: ditto.
+
Wed Oct 15 22:04:59 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_get_active),
/* signals */
void (* changed) (GtkComboBox *combo_box);
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};
struct _GtkComboBoxEntryClass
{
GtkComboBoxClass parent_class;
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};
GtkTreeIter *iter);
void (* action_activated) (GtkEntryCompletion *completion,
gint index);
+
+ /* Padding for future expansion */
+ void (*_gtk_reserved0) (void);
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
};
/* core */